home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / browser.jar / content / browser / preferences / flockprefs.css < prev    next >
Cascading Style Sheet File  |  2007-04-30  |  2KB  |  59 lines

  1. /*
  2.  * BEGIN FLOCK GPL
  3.  * 
  4.  * Copyright Flock Inc. 2005-2007
  5.  * http://flock.com
  6.  * 
  7.  * This file may be used under the terms of of the
  8.  * GNU General Public License Version 2 or later (the "GPL"),
  9.  * http://www.gnu.org/licenses/gpl.html
  10.  * 
  11.  * Software distributed under the License is distributed on an "AS IS" basis,
  12.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13.  * for the specific language governing rights and limitations under the
  14.  * License.
  15.  * 
  16.  * END FLOCK GPL
  17.  */
  18.  
  19. radio[pane=paneBlog] {
  20.     list-style-image: url("chrome://browser/content/preferences/flockprefs.png") !important;
  21.     -moz-image-region: rect(0px, 32px, 32px, 0px);
  22. }
  23.  
  24. radio[pane=panePhotos] {
  25.     list-style-image: url("chrome://browser/skin/Toolbar.png") !important;
  26.     -moz-image-region: rect(0px 640px 32px 608px);
  27. }
  28.  
  29. radio[pane=paneFavorites] {
  30.     list-style-image: url("chrome://browser/skin/Toolbar.png") !important;
  31.     -moz-image-region: rect(0px 607px 32px 575px);
  32. }
  33.  
  34. radio[pane=paneSearching] {
  35.     list-style-image: url("chrome://browser/content/preferences/flockprefs.png") !important;
  36.     -moz-image-region: rect(0px, 96px, 32px, 64px);
  37. }
  38.  
  39. radio[pane=paneNews] {
  40.     list-style-image: url("chrome://browser/content/preferences/flockprefs.png") !important;
  41.     -moz-image-region: rect(0px, 128px, 32px, 96px);
  42. }
  43.  
  44. image.flockplusminus {
  45.     -moz-image-region: rect(50px, 56px, 75px, 0px);
  46. }
  47.  
  48. .tabs-closebutton {
  49.     visibility: collapse;
  50. }
  51.  
  52. .dialog-button[dlgtype=help] {
  53.     visibility: collapse;
  54. }
  55.  
  56. .searchengine-listitem > .listcell-iconic {
  57.     margin-left: 20px;
  58. }
  59.